Get Window Class Name
Command Prototype
sRet = Window.GetClass(objUiElement)
Command Description
Obtain the classname of a window
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- return
- sRet--The variable used to save the output of the function call